Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NScrollerBase<TThumb,TShaft> Class / Thumb Property


In This Topic
    Thumb Property (NScrollerBase<TThumb,TShaft>)
    In This Topic
    Reference to the Thumb child
    Syntax
    'Declaration
     
    
    Public Property Thumb As TThumb
    'Usage
     
    
    Dim instance As NScrollerBase(Of TThumb,TShaft)
    Dim value As TThumb
     
    instance.Thumb = value
     
    value = instance.Thumb
    public TThumb Thumb {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also